hunt.templates.rule

Undocumented in source.

Members

Enums

Condition
enum Condition
Undocumented in source.
Delimiter
enum Delimiter
Undocumented in source.
ElementNotation
enum ElementNotation
Undocumented in source.
Function
enum Function
Undocumented in source.
Loop
enum Loop
Undocumented in source.
Statement
enum Statement
Undocumented in source.
Type
enum Type
Undocumented in source.

Functions

function_regex
string function_regex(string name, int number_arguments)
Undocumented in source. Be warned that the author may not have intended to support it.
template_engine_throw
void template_engine_throw(string type, string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

regex_map_delimiters
string[Delimiter] regex_map_delimiters;
Undocumented in source.

Variables

regex_map_condition
enum string[Condition] regex_map_condition;
Undocumented in source.
regex_map_functions
enum string[Function] regex_map_functions;
Undocumented in source.
regex_map_loop
enum string[Loop] regex_map_loop;
Undocumented in source.
regex_map_statement_closers
enum string[Statement] regex_map_statement_closers;
Undocumented in source.
regex_map_statement_openers
enum string[Statement] regex_map_statement_openers;
Undocumented in source.

Meta